Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit ef0aed51a2d1f711e17c4a14add8923efe82a142


Parents : a2c2de4
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-11-02T18:35:35+01:00

Cleanup

Changes

2 files changed, 2 insertions(+), 2 deletions(-)


Diff

diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index 4c437e28..4be4d786 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -29,7 +29,7 @@ android.presplash_color = #00000000
orientation = portrait
fullscreen = 0
-android.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE,BLUETOOTH_SCAN,BLUETOOTH_ADVERTISE,BLUETOOTH_CONNECT,ACCESS_NETWORK_STATE,ACCESS_FINE_LOCATION,ACCESS_COARSE_LOCATION,MANAGE_EXTERNAL_STORAGE,ACCESS_BACKGROUND_LOCATION,RECORD_AUDIO,REQUEST_IGNORE_BATTERY_OPTIMIZATIONS,FOREGROUND_SERVICE_CONNECTED_DEVICE
+android.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE,BLUETOOTH_SCAN,BLUETOOTH_ADVERTISE,BLUETOOTH_CONNECT,ACCESS_NETWORK_STATE,ACCESS_FINE_LOCATION,ACCESS_COARSE_LOCATION,MANAGE_EXTERNAL_STORAGE,ACCESS_BACKGROUND_LOCATION,RECORD_AUDIO,REQUEST_IGNORE_BATTERY_OPTIMIZATIONS,FOREGROUND_SERVICE_CONNECTED_DEVICE,MODIFY_AUDIO_SETTINGS
android.api = 33
android.minapi = 24

diff --git a/sbapp/ui/messages.py b/sbapp/ui/messages.py
index d945783d..acf82307 100644
--- a/sbapp/ui/messages.py
+++ b/sbapp/ui/messages.py
@@ -344,7 +344,7 @@ class Messages():
sphrase = f"Generating stamp with cost {stamp_cost}"
prgstr = ""
elif prop_cost:
- sphrase = f"Generating propagation stamp with cost {prop_cost}"
+ sphrase = f"Generating PN stamp with cost {prop_cost}"
prgstr = ""
else:
sphrase = "Waiting for path"


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────